github.com/golang/protobuf/jsonpb.jsonWriter.marshalSingularValue (method)

4 uses

	github.com/golang/protobuf/jsonpb (current package)
		encode.go#L434: 			if err := w.marshalSingularValue(fd, lv.Get(i), indent+w.Indent); err != nil {
		encode.go#L496: 			if err := w.marshalSingularValue(vfd, entry.val, indent+w.Indent); err != nil {
		encode.go#L509: 		return w.marshalSingularValue(fd, v, indent)
		encode.go#L513: func (w *jsonWriter) marshalSingularValue(fd protoreflect.FieldDescriptor, v protoreflect.Value, indent string) error {